djbuch.kapitel_04
Class AppletSwingEvent

java.lang.Object
  |
  +--JAppletBase
        |
        +--djbuch.kapitel_04.AppletSwingEvent
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class AppletSwingEvent
extends JAppletBase
implements java.awt.event.ActionListener

Author:
Thomas Ekert
See Also:
Serialized Form

Field Summary
 Session session
           
 
Constructor Summary
AppletSwingEvent()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void notesAppletStart()
           
 void notesAppletStop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

session

public Session session
Constructor Detail

AppletSwingEvent

public AppletSwingEvent()
Method Detail

notesAppletStart

public void notesAppletStart()

notesAppletStop

public void notesAppletStop()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener